home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 August
/
CHIP Turkiye Ağustos 2000 CD2.iso
/
prog
/
symntc
/
04
/
DATA1.CAB
/
remote
/
HEADER.SCR
< prev
next >
Wrap
Text File
|
1999-06-04
|
1KB
|
38 lines
;*****************************************************************************
;
; This script file was generated for you by the pcAnywhere script recorder.
; You may edit this file at your leisure.
;
; Some suggestions:
;
; Add a "Type String" command to display error conditions where appropriate
;
; (ex: Type String "A timeout has occured....ending script now^M^J"
;
;
;*****************************************************************************
;************************************************
; initialize event trapping
;************************************************
set cancel on ; enable escape key to cancel the script
on cancel goto @cancel
on timeout goto @timeout ; enable timeouts
set timeout 20 ; set timeout value to 20 seconds
set disconnect on ; set disconnection trap
on disconnect goto @disconnect
set echo on
;************************************************
;************************************************
;
; commands below this line were recorded online
;
;************************************************
;************************************************